3.226 \(\int \frac{\left (A+B x^2\right ) \sqrt{b x^2+c x^4}}{x^{7/2}} \, dx\)

Optimal. Leaf size=163 \[ \frac{2 \sqrt{b x^2+c x^4} (A c+b B)}{3 b \sqrt{x}}+\frac{2 x \left (\sqrt{b}+\sqrt{c} x\right ) \sqrt{\frac{b+c x^2}{\left (\sqrt{b}+\sqrt{c} x\right )^2}} (A c+b B) F\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{b}}\right )|\frac{1}{2}\right )}{3 \sqrt [4]{b} \sqrt [4]{c} \sqrt{b x^2+c x^4}}-\frac{2 A \left (b x^2+c x^4\right )^{3/2}}{3 b x^{9/2}} \]

[Out]

(2*(b*B + A*c)*Sqrt[b*x^2 + c*x^4])/(3*b*Sqrt[x]) - (2*A*(b*x^2 + c*x^4)^(3/2))/
(3*b*x^(9/2)) + (2*(b*B + A*c)*x*(Sqrt[b] + Sqrt[c]*x)*Sqrt[(b + c*x^2)/(Sqrt[b]
 + Sqrt[c]*x)^2]*EllipticF[2*ArcTan[(c^(1/4)*Sqrt[x])/b^(1/4)], 1/2])/(3*b^(1/4)
*c^(1/4)*Sqrt[b*x^2 + c*x^4])

_______________________________________________________________________________________

Rubi [A]  time = 0.437768, antiderivative size = 163, normalized size of antiderivative = 1., number of steps used = 5, number of rules used = 5, integrand size = 28, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.179 \[ \frac{2 \sqrt{b x^2+c x^4} (A c+b B)}{3 b \sqrt{x}}+\frac{2 x \left (\sqrt{b}+\sqrt{c} x\right ) \sqrt{\frac{b+c x^2}{\left (\sqrt{b}+\sqrt{c} x\right )^2}} (A c+b B) F\left (2 \tan ^{-1}\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{b}}\right )|\frac{1}{2}\right )}{3 \sqrt [4]{b} \sqrt [4]{c} \sqrt{b x^2+c x^4}}-\frac{2 A \left (b x^2+c x^4\right )^{3/2}}{3 b x^{9/2}} \]

Antiderivative was successfully verified.

[In]  Int[((A + B*x^2)*Sqrt[b*x^2 + c*x^4])/x^(7/2),x]

[Out]

(2*(b*B + A*c)*Sqrt[b*x^2 + c*x^4])/(3*b*Sqrt[x]) - (2*A*(b*x^2 + c*x^4)^(3/2))/
(3*b*x^(9/2)) + (2*(b*B + A*c)*x*(Sqrt[b] + Sqrt[c]*x)*Sqrt[(b + c*x^2)/(Sqrt[b]
 + Sqrt[c]*x)^2]*EllipticF[2*ArcTan[(c^(1/4)*Sqrt[x])/b^(1/4)], 1/2])/(3*b^(1/4)
*c^(1/4)*Sqrt[b*x^2 + c*x^4])

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 35.9358, size = 155, normalized size = 0.95 \[ - \frac{2 A \left (b x^{2} + c x^{4}\right )^{\frac{3}{2}}}{3 b x^{\frac{9}{2}}} + \frac{2 \left (A c + B b\right ) \sqrt{b x^{2} + c x^{4}}}{3 b \sqrt{x}} + \frac{2 \sqrt{\frac{b + c x^{2}}{\left (\sqrt{b} + \sqrt{c} x\right )^{2}}} \left (\sqrt{b} + \sqrt{c} x\right ) \left (A c + B b\right ) \sqrt{b x^{2} + c x^{4}} F\left (2 \operatorname{atan}{\left (\frac{\sqrt [4]{c} \sqrt{x}}{\sqrt [4]{b}} \right )}\middle | \frac{1}{2}\right )}{3 \sqrt [4]{b} \sqrt [4]{c} x \left (b + c x^{2}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((B*x**2+A)*(c*x**4+b*x**2)**(1/2)/x**(7/2),x)

[Out]

-2*A*(b*x**2 + c*x**4)**(3/2)/(3*b*x**(9/2)) + 2*(A*c + B*b)*sqrt(b*x**2 + c*x**
4)/(3*b*sqrt(x)) + 2*sqrt((b + c*x**2)/(sqrt(b) + sqrt(c)*x)**2)*(sqrt(b) + sqrt
(c)*x)*(A*c + B*b)*sqrt(b*x**2 + c*x**4)*elliptic_f(2*atan(c**(1/4)*sqrt(x)/b**(
1/4)), 1/2)/(3*b**(1/4)*c**(1/4)*x*(b + c*x**2))

_______________________________________________________________________________________

Mathematica [C]  time = 0.396754, size = 119, normalized size = 0.73 \[ \frac{1}{3} \sqrt{x^2 \left (b+c x^2\right )} \left (\frac{2 \left (B x^2-A\right )}{x^{5/2}}+\frac{4 i \sqrt{\frac{b}{c x^2}+1} (A c+b B) F\left (\left .i \sinh ^{-1}\left (\frac{\sqrt{\frac{i \sqrt{b}}{\sqrt{c}}}}{\sqrt{x}}\right )\right |-1\right )}{\sqrt{\frac{i \sqrt{b}}{\sqrt{c}}} \left (b+c x^2\right )}\right ) \]

Antiderivative was successfully verified.

[In]  Integrate[((A + B*x^2)*Sqrt[b*x^2 + c*x^4])/x^(7/2),x]

[Out]

(Sqrt[x^2*(b + c*x^2)]*((2*(-A + B*x^2))/x^(5/2) + ((4*I)*(b*B + A*c)*Sqrt[1 + b
/(c*x^2)]*EllipticF[I*ArcSinh[Sqrt[(I*Sqrt[b])/Sqrt[c]]/Sqrt[x]], -1])/(Sqrt[(I*
Sqrt[b])/Sqrt[c]]*(b + c*x^2))))/3

_______________________________________________________________________________________

Maple [A]  time = 0.046, size = 239, normalized size = 1.5 \[{\frac{2}{ \left ( 3\,c{x}^{2}+3\,b \right ) c}\sqrt{c{x}^{4}+b{x}^{2}} \left ( A\sqrt{{1 \left ( cx+\sqrt{-bc} \right ){\frac{1}{\sqrt{-bc}}}}}\sqrt{2}\sqrt{{1 \left ( -cx+\sqrt{-bc} \right ){\frac{1}{\sqrt{-bc}}}}}\sqrt{-{cx{\frac{1}{\sqrt{-bc}}}}}{\it EllipticF} \left ( \sqrt{{1 \left ( cx+\sqrt{-bc} \right ){\frac{1}{\sqrt{-bc}}}}},{\frac{\sqrt{2}}{2}} \right ) \sqrt{-bc}xc+B\sqrt{{1 \left ( cx+\sqrt{-bc} \right ){\frac{1}{\sqrt{-bc}}}}}\sqrt{2}\sqrt{{1 \left ( -cx+\sqrt{-bc} \right ){\frac{1}{\sqrt{-bc}}}}}\sqrt{-{cx{\frac{1}{\sqrt{-bc}}}}}{\it EllipticF} \left ( \sqrt{{1 \left ( cx+\sqrt{-bc} \right ){\frac{1}{\sqrt{-bc}}}}},{\frac{\sqrt{2}}{2}} \right ) \sqrt{-bc}xb+B{c}^{2}{x}^{4}-A{x}^{2}{c}^{2}+B{x}^{2}bc-Abc \right ){x}^{-{\frac{5}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((B*x^2+A)*(c*x^4+b*x^2)^(1/2)/x^(7/2),x)

[Out]

2/3*(c*x^4+b*x^2)^(1/2)/x^(5/2)/(c*x^2+b)*(A*((c*x+(-b*c)^(1/2))/(-b*c)^(1/2))^(
1/2)*2^(1/2)*((-c*x+(-b*c)^(1/2))/(-b*c)^(1/2))^(1/2)*(-x*c/(-b*c)^(1/2))^(1/2)*
EllipticF(((c*x+(-b*c)^(1/2))/(-b*c)^(1/2))^(1/2),1/2*2^(1/2))*(-b*c)^(1/2)*x*c+
B*((c*x+(-b*c)^(1/2))/(-b*c)^(1/2))^(1/2)*2^(1/2)*((-c*x+(-b*c)^(1/2))/(-b*c)^(1
/2))^(1/2)*(-x*c/(-b*c)^(1/2))^(1/2)*EllipticF(((c*x+(-b*c)^(1/2))/(-b*c)^(1/2))
^(1/2),1/2*2^(1/2))*(-b*c)^(1/2)*x*b+B*c^2*x^4-A*x^2*c^2+B*x^2*b*c-A*b*c)/c

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\sqrt{c x^{4} + b x^{2}}{\left (B x^{2} + A\right )}}{x^{\frac{7}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(c*x^4 + b*x^2)*(B*x^2 + A)/x^(7/2),x, algorithm="maxima")

[Out]

integrate(sqrt(c*x^4 + b*x^2)*(B*x^2 + A)/x^(7/2), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left (\frac{\sqrt{c x^{4} + b x^{2}}{\left (B x^{2} + A\right )}}{x^{\frac{7}{2}}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(c*x^4 + b*x^2)*(B*x^2 + A)/x^(7/2),x, algorithm="fricas")

[Out]

integral(sqrt(c*x^4 + b*x^2)*(B*x^2 + A)/x^(7/2), x)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\sqrt{x^{2} \left (b + c x^{2}\right )} \left (A + B x^{2}\right )}{x^{\frac{7}{2}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((B*x**2+A)*(c*x**4+b*x**2)**(1/2)/x**(7/2),x)

[Out]

Integral(sqrt(x**2*(b + c*x**2))*(A + B*x**2)/x**(7/2), x)

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\sqrt{c x^{4} + b x^{2}}{\left (B x^{2} + A\right )}}{x^{\frac{7}{2}}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(sqrt(c*x^4 + b*x^2)*(B*x^2 + A)/x^(7/2),x, algorithm="giac")

[Out]

integrate(sqrt(c*x^4 + b*x^2)*(B*x^2 + A)/x^(7/2), x)